SftTree/NET 2.0

WidthIgnore Property, CellClass Class

Softel vdm, Inc.

Defines whether this cell is ignored for optimal column width calculation.

Syntax      CellClass Class (Softelvdm.SftTreeNET)

VB   

Public Property WidthIgnore As Boolean

C#   

public bool WidthIgnore { get; set; }

C++   

public: property bool WidthIgnore {
        bool get();
        void set(bool value);
}

Property Value

True if this cell is ignored for optimal column width calculation, otherwise False.

The default value is False.

Comments

The WidthIgnore property defines whether this cell is ignored for optimal column width calculation.

The Columns.MakeOptimal, ColumnClass.MakeOptimal and ColumnClass.GetOptimalWidth methods are used to calculate the optimal width of columns.

When a cell's WidthIgnore property is set to True, its contents are not considered to calculate a column's optimal width. This is helpful if most cells have average sized content, but a few have a huge amount of text (for example). The few cells that have large contents can be marked (WidthIgnore), so they are sized based on the other, smaller cells. While this may result in these cells being clipped, this may be preferable to an excessive column width. The ItemClass.WidthIgnore property works similarly, but applies to all cells in one item.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com